set field in list linq

91

set field in list linq -

collection.ToList().ForEach(c => c.PropertyToSet = value);

Comments

Submit
0 Comments